Welcome![Sign In][Sign Up]
Location:
Search - Csharp clustering

Search list

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 15653 | Author: Huang Yi | Hits:

[AI-NN-PRk-meansgaijin

Description: 数据挖掘中的一个聚类算法k-means。-data mining clustering algorithm of a k-means.
Platform: | Size: 40960 | Author: 陈海山 | Hits:

[Other resourcePerceptionApproches

Description: 感知器和其他聚类算法,如lmse。另外还包含了更多的比如c均知法,各种简单的非监督据类程序,有利于直接使用-Perceptron and other clustering algorithms, such as lmse. It also includes more like c all know, a variety of simple non-supervisory category According to procedures, it will directly use
Platform: | Size: 2048 | Author: 王若 | Hits:

[AI-NN-PRDBSCANCode

Description: DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm
Platform: | Size: 9216 | Author: 龙卑鄙 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 26624 | Author: Huang Yi | Hits:

[AlgorithmKMeansCSharp

Description: k均值聚类的c#版本,我从网上找到的c版本经改造而成-k-means clustering of the c# version, I found from the Internet version of the modified form c
Platform: | Size: 2048 | Author: 张恒敢 | Hits:

[Search EngineMSearch.Lib

Description: 我自己做的聚类搜索引擎,使用了K-mean和K-NN聚类算法-I have to do the clustering search engine, using the K-mean and K-NN clustering algorithm
Platform: | Size: 214016 | Author: 李烨 | Hits:

[AI-NN-PRant

Description: 这是一个蚁群算法的蚂蚁聚类的程序,大家可以仔细研究一下,可能对你有用。-This is an ant colony algorithm Ant clustering procedure, we can look at, may be useful to you.
Platform: | Size: 808960 | Author: 陆华兴 | Hits:

[OtherDBSCAN

Description: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库-Form1.cs is the application of clustering algorithm DBSCAN (Density-Based Spatical Clustering of Application with Noise) of the sample, two parameters can MinPts regulation EPS and clustering. Is to achieve DBSCAN.cs document clustering algorithm further information please refer to " data mining" or books related to clustering of data from sample sxdb.mdb, an Access database
Platform: | Size: 49152 | Author: allcy | Hits:

[AI-NN-PRFuzzyClust

Description: FuzzyClust 模糊聚类 用C#语言描述.聚类方式包括:全部,按λ值,按规定类别数-FuzzyClust fuzzy clustering described using C# language. Clustering methods include the following: all, according to λ values, in accordance with the provisions of several categories
Platform: | Size: 4096 | Author: 麦子 | Hits:

[Windows Developtechvada

Description: clustering algorithm in .NET ofr data mining
Platform: | Size: 1555456 | Author: piyu | Hits:

[Windows DevelopFuzzyCMeansClustering_v[1].0.2

Description: Fuzzy C-Mean Clustering algorithm implementation in c sharp
Platform: | Size: 3072 | Author: wajid islam | Hits:

[AI-NN-PRweka-src

Description: weka源代码 最全最新的 数据挖掘用机器学习实现。包含聚类 分类 关联规则 离群点监测。java平台-weka most up-to-date source of data mining using machine learning to achieve. Clustering association rules classification contains outliers monitoring. java platform
Platform: | Size: 5500928 | Author: 王某 | Hits:

[AI-NN-PRsrc

Description: 使用k-means和fcm实现聚类,可选择有效性指标-And the use of k-means clustering to achieve fcm the option of the effectiveness of indicators
Platform: | Size: 421888 | Author: 陈兵 | Hits:

[Mathimatics-Numerical algorithmsk-meams(sourcecode)

Description: C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
Platform: | Size: 37888 | Author: 康卫 | Hits:

[CSharpcvkmeans2

Description: good example about kmean clustering in csharp opencv
Platform: | Size: 1024 | Author: ane | Hits:

[CSharpKMeansClusterConsole

Description: K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
Platform: | Size: 26624 | Author: pyb | Hits:

[CSharpDocumentClustering

Description: 可以实现大批文档的聚类 代码实效性 有利于很长一篇文档的有效规整-Can achieve a large number of document clustering code effectiveness of a document is conducive to effective long regular
Platform: | Size: 2150400 | Author: 余果 | Hits:

[CSharpk_means

Description: k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
Platform: | Size: 26624 | Author: lazyshi | Hits:

[CSharpaccord-kmeans-source

Description: K-Mean clustering source code
Platform: | Size: 154624 | Author: Hong Thai Le | Hits:
« 12 »

CodeBus www.codebus.net